home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
m19intro.dir
/
00012.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
334 b
|
16 lines
on mouseDown
global gNotesWindow, gHelpWindow
set the castNum of sprite 48 to cast "b012"
if pressLessonButton(48) then
sound stop 2
pupSprites(1, 48, 0)
if objectp(gHelpWindow) then
forget(gHelpWindow)
end if
if objectp(gNotesWindow) then
forget(gNotesWindow)
end if
quit()
end if
end